Welcome![Sign In][Sign Up]
Location:
Search - arm qt

Search list

[Other resourceMurphyPinyin

Description: 嵌入式Linux上的拼音输入法,具有软键盘,在QT下可用。具有pc上和arm上编译的2种配置文件。将编译出的程序放入QT的输入法插件目录中即可。
Platform: | Size: 218856 | Author: 蔡鹏 | Hits:

[Other resourcehello.tar

Description: 基于qt的hello world 程序,在arm 的开发板上运行,
Platform: | Size: 142924 | Author: 单冯 | Hits:

[Other resourceQT3

Description: 优龙的详细QT实战篇下载,可以快速的入门。开始第一个QT代码向ARM的移植吧
Platform: | Size: 867481 | Author: 黄小林 | Hits:

[Linux-Unixplotter

Description: 基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。
Platform: | Size: 30793 | Author: 啊静 | Hits:

[Other resourceQT3.3.4

Description: QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*320屏外加触摸屏 cramfs文件系统 软件: cross-2.95.3.tar.bz2 qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2 tmake-1.11.tar.gz 经测试,在3.3.2的交叉编译工具也通过
Platform: | Size: 7799 | Author: han | Hits:

[Other resourceARM_LINUX_minGUI

Description: 基于arm的linux操作系统的minGUI图形库,是较好的GUI,比QT要简洁,代码的集成度高,是很好的参考程序-based on the Linux operating system arm of minGUI graphics library, the GUI is better than QT to be concise, code integration, is a good reference program
Platform: | Size: 83107 | Author: 李连 | Hits:

[uCOSucos-ii 贪食蛇

Description: 在UCOS-II下以用sdt调试通过,可移植性良好,可用于手机游戏,和各种嵌入式实验研究-in UCOS-II under the debugger to use sdt, portability and can be used for mobile gaming, and various embedded Experimental Study
Platform: | Size: 446464 | Author: 孟庆洋 | Hits:

[GPS developgps_ucos

Description: ucos下GPS数据的接受,解析,显示.-CENTER GPS data acceptance, analyze, and display.
Platform: | Size: 3072 | Author: stephenye | Hits:

[IME DevelopInputBaseOnQtopia

Description: 基于qtopia的中文输入法设计与实现。 基于嵌入式Linux系统上广泛使用的GUI应用程序开发包Qtopia,利用Qtopia所提供的插件技术,给出在嵌入式LinuX系统中中文输入法的整体设计框架,并以拼音输入法为例介绍其实现过程。-Qtopia-based Chinese Input Method Design and Implementation. Based on embedded Linux systems are widely used in GUI application development package Qtopia, the use of Qtopia provided by plug-in technology is given in the embedded Linux system, the Chinese character input method of the overall design framework and Pinyin input method as an example to introduce its realize the process.
Platform: | Size: 161792 | Author: jianzhidong | Hits:

[Embeded Linux2.6.20-at91.patch

Description: 版本号为2.6.20的针对AT91RM9200的内核补丁。-Version 2.6.20 of the kernel patch for AT91RM9200.
Platform: | Size: 55296 | Author: 王珏 | Hits:

[OtherQT3

Description: 优龙的详细QT实战篇下载,可以快速的入门。开始第一个QT代码向ARM的移植吧-err
Platform: | Size: 867328 | Author: 黄小林 | Hits:

[Linux-UnixQt_serial

Description: qtopia的串口通信程序,可以实现串口通讯图形界面-qtopia serial communication program, you can realize serial communication graphical interface
Platform: | Size: 28672 | Author: Yu Tian | Hits:

[Linux-Unixlinux

Description: 看到这里面传的嵌入式Linux应用程序开发详解,都只一章章的传,还不完整,今天把这套书都传上吧,大家快下吧。只有一星期哦: )-See this inside the mass of embedded Linux application development explain only Chapter 1 Chapter Chuan is not complete, this set of books today Chuan on the right, everyone under the bar faster. Oh, only a week:)
Platform: | Size: 11561984 | Author: madeng | Hits:

[Linux-Unix07

Description:
Platform: | Size: 3072 | Author: qwt | Hits:

[Linux-Unix9.1-hello

Description: qt实例 在qt2.3.7调试ok!没有在arm板测试!第1例-qt instance qt2.3.7 debug ok! Not in the arm board test! No. 1 cases
Platform: | Size: 17408 | Author: 侯仁志 | Hits:

[Linux-Unix9.2-button

Description: qt实例 在qt2.3.7调试ok!没有在arm板测试!第1例-qt instance qt2.3.7 debug ok! Not in the arm board test! No. 1 cases
Platform: | Size: 8192 | Author: 侯仁志 | Hits:

[Linux-UnixGUI

Description: 图像用户接口QT的几个关键压缩包,用于ARM板上视频应用的开发-several key compressed packet for GUI QT。
Platform: | Size: 35617792 | Author: 洪烨华 | Hits:

[Linux-Unixrootfs270NoQt.tar

Description: 带Qt功能的ARM目标板文件系统,硬件为270ARM实验平台。-Qt features with ARM target board file system, hardware 270ARM experimental platform.
Platform: | Size: 9408512 | Author: 麦英杰 | Hits:

[Embeded LinuxLinux

Description: 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-Code instructions: (1) all source directory provides Makefile (non Qt) or (Qt. Pro), or a more detailed instructions (chapter 7). In contrast, in the book can also refer the corresponding sections using direct GCC compiler method, the command to learn how to write a Makefile. (2) in the default Makefile using "CC = GCC" or "CPP = g++" setting, cross-compiling please CC = "you arm- Linux- GCC CPP = arm- Linux- g++" (assuming you use CD in the arm- Linux- GCC cross-compiling toolchain) or similar commands. Of course, also can modify these Makefile. (3) Qt program cross-compiling please refer to chapter 2: can use qmake automatically generated for cross-compiling of Makefile. Of course, also can use (2) method, or directly modified Makefile. All code (4) in Redhat9 and gcc3.4.1/arm- Linux gcc3.4.1- Qtopia/says Andrea giancoli of environment 4.3.0- compiled by test.
Platform: | Size: 95232 | Author: 朱信 | Hits:

[Linux-Unix506503_c62c32a5ba76b217

Description: 基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。-QQ2440 ARM development board based on real-time rendering curve of the QT program, from the ARM-board serial port to receive data, draw curve graph, then use the Ethernet port to transfer data to PC.
Platform: | Size: 30720 | Author: fde fd | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

CodeBus www.codebus.net